const text/template/parse.rightComment
3 uses
text/template/parse (current package)
lex.go#L247: rightComment = "*/"
lex.go#L323: i := strings.Index(l.input[l.pos:], rightComment)
lex.go#L327: l.pos += Pos(i + len(rightComment))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)